home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
OutOfPhase1.1 Source
/
OutOfPhase Folder
/
PeepholeOptimizer.h
< prev
next >
Wrap
Text File
|
1994-12-28
|
428b
|
23 lines
/* PeepholeOptimizer.h */
#ifndef Included_PeepholeOptimizer_h
#define Included_PeepholeOptimizer_h
/* PeepholeOptimizer module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* PcodeObject */
/* Memory */
/* FixedPoint */
/* FloatingPoint */
/* forward declarations */
struct PcodeRec;
/* this routine does all of the optimization. */
void OptimizePcode(struct PcodeRec* ThePcode);
#endif